-
Re: Copying / saving Checks and metrics
Hi, Using the Python API you can copy the metrics/checks metadata from a dataset: import dataiku client=dataiku.api_client() project=client.get_project(dataiku.default_project_key()) sourcedataset=pr…1 · -
Re: Read CSVs from S3 folder, process, write processed CSVs to S3 folder
Hi, 1) In order to connect to a S3 bucket you first need to have such a connection defined in your DSS instance. You can create new connections in your node by going to Administration > Connection…1 · -
Re: Using local deployer for API
Hi, Looking at it without an instance diagnostics, it does seem like the issue is not related to the actual API being deployed but to the DSS-pods communication. This error suggests that the pods run…1 · -
Re: How to automatically select the last partition of a partitioned file?
Hi Vincent, The most straightforward way to extract the latest partition from a dataset would be to use a recipe whose dependency function specifies ‘Latest available’. This will give you the latest …2 · -
Re: How to check number a times a plugin is used
Hi, With the 'Fetch Usages' option we get what projects is the plugin being used at. We are also shown what specific plugin objects (dataset, recipe, processor, etc) are being used there. That inform…1 ·